Update module github.com/wI2L/jsondiff to v0.6.0 #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.0
->v0.6.0
Release Notes
wI2L/jsondiff (github.com/wI2L/jsondiff)
v0.6.0
Compare Source
This release introduces the
CompareWithoutMarshal
function, which is similar to the existingCompare
function, but do not marshal/unmarshal to/from JSON the given interface values. As such, it expects that the values consists ONLY of primitive Go types, such as those returned by thejson.Unmarshal
function.Changelog
9bbbc45
test: small improvements to coverage71ffe13
chore(ci): update goreleaser config file version0f13bba
chore(ci): update lint workflow action versiondc22c55
chore(ci): update release workflow action versiona8a5843
feat: add function CompareWithoutMarshal053aeb7
chore: retract version v0.5.1Full Changelog: wI2L/jsondiff@v0.5.2...v0.6.0
v0.5.2
Compare Source
Changelog
5b9121a
chore: update gjson modulee4e08e2
fix: remove impossible condition in apply func91dfcd6
docs(README): remove warning about LCS and Factorize optionsFull Changelog: wI2L/jsondiff@v0.5.1...v0.5.2
v0.5.1
Compare Source
Changelog
eba17e0
chore(ci): update workflows actions versions7097621
ci: add dependabot file to check Github actionsd3385d9
fix: factorization with LCS optionf20729a
docs(README): use Github admonitionsadcd818
test: add examples from the RFC Appendix A076a95c
docs(README): add table of contents for Options sectionFull Changelog: wI2L/jsondiff@v0.5.0...v0.5.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.